[XEN] Use C locale in bootup message.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 13 Sep 2006 14:14:24 +0000 (15:14 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 13 Sep 2006 14:14:24 +0000 (15:14 +0100)
commitd90899c1d8585428a9ceadd12a2cd08fa59bacea
tree8fbbb3d221d155d04a38fd1ab98a08172b5e419b
parent71e4fbbedc30d6e820a32957668560e60b4b9d96
[XEN] Use C locale in bootup message.

LC_ALL=C is needed to ensure C locale output in date.
Without this locale-specific, and thus potentially
non-ascii data will end up in include/xen/compile.h which
is displayed on the (often only ascii capable) terminal
at bootup. In any case, its good to have a consistent bootup
message, regadless of the locale prevailing at build.

Signed-Off-By: Simon Horman <horms@verge.net.au>
xen/Makefile